Xbasic

OBJECT.NAVIGATOR Function

Syntax

.Navigator()

Description

Displays the Goto which field? dialog.

The <OBJECT>.NAVIGATOR() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.NAVIGATOR() method displays the Goto which field? dialog box.

Example

The following example displays the Goto which field? dialog box. When the operator makes a selection, it displays the form and sets focus to the selected control.

images/ME_OBJECT_NAVIGATOR.GIF
dim ptr as P
ptr = form.load("Invoice")
ptr.Navigator()

Limitations

Desktop applications only.

See Also